home *** CD-ROM | disk | FTP | other *** search
- 45
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- DisableDiskErrors
- --- RECORDSEPARATOR ---
- Platform:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Windows
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Description:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- baDisableDiskErrors allows you to suppress the Windows 'drive not ready' error
- --- RECORDSEPARATOR ---
- message.
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Usage:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- baDisableDiskErrors( State )
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Arguments:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Integer.
- --- RECORDSEPARATOR ---
- State determines whether or not the error messages are shown. Can be either true
- --- RECORDSEPARATOR ---
- or false.
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Returns:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Void.
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Examples:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Director:
- --- RECORDSEPARATOR ---
- baDisableDiskErrors( true )
- --- RECORDSEPARATOR ---
- Authorware:
- --- RECORDSEPARATOR ---
- baDisableDiskErrors( true )
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Notes:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- This function disables the 'drive not ready' error message that occurs when
- --- RECORDSEPARATOR ---
- Windows tries to access a file when there isn't a disk in the drive. This is a system
- --- RECORDSEPARATOR ---
- wide setting and you should enable the disk errors again as soon as possible after
- --- RECORDSEPARATOR ---
- disabling them.